﻿@charset "utf-8";

/* 弹窗开始 */

* {
    margin: 0;
    padding: 0;
}

.King_Chance_Layer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 999;
}

.King_Chance_LayerCont {
    position: absolute;
    width: 420px;
    height: 316px;
    overflow: hidden;
    font-size: 12px;
    right: 0;
    bottom: 0;
    display: none;
    background: url(/images/title.gif) no-repeat left top;
}

.King_Chance_LayerCont img {
    border: none;
    float: none;
    vertical-align: top;
}

.King_Chance_LayerCont ul,
.King_Chance_LayerCont ol {
    list-style: none;
}

.King_Chance_LayerCont a,
.King_Chance_LayerCont a:link,
.King_Chance_LayerCont a:visited,
.King_Chance_LayerCont a:hover,
.King_Chance_LayerCont a:active {
    text-decoration: none;
}

.King_Chance_Layer_Close {
    width: 13px;
    height: 13px;
    background: url(/images/close.jpg) no-repeat;
    position: absolute;
    font-size: 0px;
    right: 5px;
    top: 100px;
    cursor: pointer;
}

.King_Chance_Layer_Title {
    padding: 13px 0;
    margin: 0 auto;
    width: 333px;
    height: 24px;
    font: 18px/24px "Microsoft YaHei";
    overflow: hidden;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer
}

.King_Chance_Layer_Btn {
    padding-left: 15px;
    padding-top: 10px;
    overflow: hidden;
    height: 20px;
    width: 405px;
    background: url(/images/Btn.gif) no-repeat;
}

.King_Chance_Layer_Btn li {
    float: left;
    width: 65px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.King_Chance_Layer_Btn li a {
    display: inline-block;
    width: 65px;
    overflow: hidden;
    white-space: nowrap;
    background-color: #1571c0;
    color: #fff;
}

.King_Chance_Layer_Btn li a:link,
.King_Chance_Layer_Btn li a:visited {
    color: #fff;
}

.King_Chance_Layer_Btn li a:hover {
    background-color: #ff6600;
}

.King_Chance_Layer_Btn li.hover a,
.King_Chance_Layer_Btn li.hover a:link,
.King_Chance_Layer_Btn li.hover a:visited {
    background-color: #ff6600;
}

.King_Chance_Layer_Content {
    background-color: #000;
    padding: 9px 0;
    width: 100%;
    height: 218px;
    overflow: hidden;
}

.King_Chance_Layer_Content li {
    margin: 0 auto;
    border: 1px solid #fff;
    width: 400px;
    height: 216px;
    overflow: hidden;
    display: none;
}

.King_Chance_Layer_Content li img {
    width: 100%;
}

#btn2 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 93%;
    background-color: rgba( 0, 0, 0, 0);
    border: 1px #000 solid;
    color: white;
    cursor: pointer;
    display: none;
}

#btn1 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 93%;
    background-color: rgba( 0, 0, 0, 0);
    border: 1px #000 solid;
    color: white;
    cursor: pointer
}


/* 弹窗结束 */